08ff5c8e8f2868431cb35ce1e15e554c3ad45506
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 2"""
4  date="2020-07-02T18:36:55Z"
5  content="""
6 There's a simple workaround, in fact. Make a git commit, any git commit.
7 An empty commit will do:
8
9         git commit --allow-empty -m "git-annex is a little bit buggy"
10
11 git annex sync will be able to handle that commit, because it's not a
12 merge commit.
13
14 It looks to me like this bug does not happen when `git annex merge` or `git
15 annex sync --content` are used. There needs to have been a manual
16 `git merge`.
17
18 In the test suite, it happens after a merge conflict occurs, and
19 git add is run to resolve the conflict. When git-annex sync
20 is then run, it results in the problem merge commit.
21
22 Do you have another way to reproduce this bug?
23 """]]